home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / mint / lib / mntlib44.zoo / mntlib / wnull.c < prev    next >
C/C++ Source or Header  |  1993-10-20  |  96b  |  6 lines

  1. /* This will avoid the construct L"". */
  2.  
  3. #include <stddef.h>
  4.  
  5. const wchar_t _wnull[1] = { 0 };
  6.